object OptionsDialog: TOptionsDialog Left = 375 Top = 297 BorderStyle = bsDialog Caption = 'ShowMan Options' ClientHeight = 221 ClientWidth = 390 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 0 Top = 0 Width = 390 Height = 221 ActivePage = SpaceSheet Align = alClient TabOrder = 0 object SpaceSheet: TTabSheet Caption = 'Space' object Label1: TLabel Left = 16 Top = 96 Width = 353 Height = 49 Caption = 'Space on the disk is allocated in fixed size clusters, thus wast' + 'ing space if these clusters are not completely filled. Choose w' + 'hether you wish to include the wasted slack space in the display' + ' and see a true picture.' WordWrap = True end object RadioGroup1: TRadioGroup Left = 16 Top = 8 Width = 241 Height = 73 Caption = ' Space Display ' TabOrder = 0 end object btnBytesUsed: TRadioButton Left = 32 Top = 24 Width = 209 Height = 25 Caption = 'Only show nominal bytes, ignore slack' TabOrder = 1 end object btnAllocated: TRadioButton Left = 32 Top = 48 Width = 209 Height = 25 Caption = 'Show actual space on disk, with slack' Checked = True TabOrder = 2 TabStop = True end end end object Button1: TButton Left = 211 Top = 184 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 299 Top = 184 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end